CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - shortest path genetic

搜索资源列表

  1. 20056153639781

    0下载:
  2. 本文采用C++开发遗传算法,并由次算法解决最短路算法,函数最优化算法,取得了良好的效果。-this paper, C development of genetic algorithms, meeting with the shortest path algorithm for solving algorithms, function optimization algorithm, achieved good results.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:477556
    • 提供者:高路新
  1. TravelingSalesmanProblemwithGeneticAlgorithm

    0下载:
  2. this m file can Find a (near) optimal solution to the Traveling Salesman Problem (TSP) by setting up a Genetic Algorithm (GA) to search for the shortest path (least distance needed to travel to each city exactly once) Notes: 1. Input error checki
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:4044
    • 提供者:宏姬
  1. TravelingSalesmanProblemGeneticAlgorithm

    0下载:
  2. Finds a (near) optimal solution to the Traveling Salesman Problem (TSP) by setting up a Genetic Algorithm (GA) to search for the shortest path (least distance needed to travel to each city exactly once)
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:3210
    • 提供者:阳关
  1. ych1

    0下载:
  2. 用遗传算法求解最短路径问题-Genetic Algorithm for the shortest path problem
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:224888
    • 提供者:谷建航
  1. Genetic最短路径

    0下载:
  2. 在vc控制台中运行,用遗传算法求解最短路径,用邻接矩阵表示路线图。-in vc console operations, Genetic Algorithm for the shortest path, adjacency matrices road map.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:125825
    • 提供者:rabo
  1. xujinpeng-matlab.rar

    0下载:
  2. 遗传算法编程求解旅行商问题;图论中最短路问题的Matlab程序实现;背包问题模型的Matlab程序实现。,Genetic Algorithm for Solving Traveling Salesman Problem programming graph theory, shortest path problem in the Matlab program implementation knapsack problem Matlab model implementation process.
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:505301
    • 提供者:徐进澎
  1. ycsf_zdlj.rar

    0下载:
  2. 基于遗传算法的最短路径计算 程序简洁 速度很快 界面不是很完善,Based on genetic algorithms calculate the shortest path
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:239959
    • 提供者:mingming
  1. GeneticAlgorithm

    2下载:
  2. 一个遗传算法求解两点最短路径问题的具体实现,采用C++编写,经测试当求解路径较复杂时,其算法执行效率高于dijstra算法-A genetic algorithm for two concrete realization of the shortest path problem, using C++ written in the path have been tested when solving more complex, its algorithm is more efficient tha
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2013-08-07
    • 文件大小:466125
    • 提供者:wangrenbiao
  1. LogFac_Exp_1

    0下载:
  2. java编写的最短路径算法,先由启发式方法获得染色体的初始编码,然后由遗传算法求出最短路径,对解决物流领域的TSP是非常好的计算机实现-java prepared by the shortest path algorithm, by the heuristic method to obtain the initial encoding of chromosome, and then by the genetic algorithm to derive the shortest path to s
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:312096
    • 提供者:wangxiaofang
  1. LL_Path_optimization

    1下载:
  2. 【系统功能】 LL-路径优化系统主要用于求解已知坐标的规模为N的城镇间最短路径问题。 【主要算法】 1:利用Prim算法求解带约束条件的连通图的最小生成树; 2:利用基于单亲遗传算法求解带约束条件的TSP问题。 -【Function】 LL-path optimization system is mainly used to solve the known coordinates for the N scale of the problem of the shortest p
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:575810
    • 提供者:张玉芨
  1. jsjy20070288

    0下载:
  2. :针对遗传算法易陷入局部最优的不足,在标准遗传算法基础上加入了三个新的操作- 复原、重构和录优操作,使改 进后的遗传算法收敛于全局最优,并在此基础上以路边约束、动态避障和路径最短作为适应度函数,提出了动态避障的路径 规划方法。通过实验仿真验证了算法的有效性、准确性和实时性,并与基于以往的遗传算法的路径规划方法进行比较,结果 表明本文提出的方法在产生的路径长度和算法运行时间上都具有更优的性能。-: Genetic algorithm for the lack of easy to
  3. 所属分类:matlab例程

    • 发布日期:2014-01-25
    • 文件大小:329278
    • 提供者:zhangying
  1. ksp

    0下载:
  2. 求解K短路问题的一种创新算子的单亲遗传算法源程序,该程序需要一个distance.txt文本文件,从中读取任意两点间距离数据。本程序所解决的为有26个节点的任意两点间K短路问题。-Solving K shortest path problem in an innovative operator of single-parent genetic algorithm source code, the program requires a distance.txt text file, read fr
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:4413
    • 提供者:zuowu
  1. gaevolve

    0下载:
  2. Genetic algorithm to evolving a logic network of 16 gates, and graph evaulation for shortest path. It use matlab ga basic function
  3. 所属分类:Energy industry

    • 发布日期:2017-04-01
    • 文件大小:8720
    • 提供者:piccir
  1. path-planning2

    0下载:
  2. 用matlab程序编写的遗传算法路径规划程序用来实现最短路径问题。-Programming using genetic algorithm matlab path planning process used to achieve the shortest path problem.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:2324
    • 提供者:丁彪
  1. genetic-algorithm-in-matlab-language

    0下载:
  2. 利用matlab语言编写多个城市间,求最短路径的遗传算法源代码-Genetic algorithm source code, find the shortest path between the Matlab language multiple cities。
  3. 所属分类:matlab

    • 发布日期:2017-11-06
    • 文件大小:9716
    • 提供者:zhanglei
  1. shortest

    0下载:
  2. 本程序的功能是用遗传算法求最短路径。 可以修改顶点与顶点的权值、顶点个数、染色体的条数等去适应你的问题-The function of the program is using genetic algorithms for the shortest path. Can modify vertex and vertex weights, the number of vertices, the number of chromosomes to adapt to your question
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-22
    • 文件大小:349654
    • 提供者:鲁丹
  1. Shoetest-path-Genetic-Algorithms

    0下载:
  2. Shortest Path, Traveling Salesman and Hamiltonian Cycle are the other network design problem. These problems are very common to back bone network design problem. In all these three problems, the main difference is the degree of the node whic
  3. 所属分类:Communication

    • 发布日期:2017-11-15
    • 文件大小:336242
    • 提供者:mohamed
  1. Shortest-path-algorithm

    1下载:
  2. 最短路径问题,遗传算法的matlab代码。可以解决物流中车辆路径最短问题-The shortest path problem, genetic algorithm matlab code. Can solve the shortest path problem logistics vehicle
  3. 所属分类:MPI

    • 发布日期:2017-04-15
    • 文件大小:6577
    • 提供者:
  1. genetic-algorithm

    0下载:
  2. 遗传算法的Matlab实现,附带具体TSP,最短路问题程序-Matlab genetic algorithm to achieve, with specific TSP, the shortest path problem program
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-04
    • 文件大小:117057
    • 提供者:陈帅
  1. the shortest path program in graph theory

    0下载:
  2. 图论算法在计算机科学中扮演着很重要的角色,它提供了对很多问题都有效的一种简单而系统的建模方式。很多问题都可以转化为图论问题,然后用图论的基本算法加以解决。遗传算法是解优化问题的有效算法,而并行遗传算法是遗传算法研究中的一个重要方向,受到了研究人员的高度重视。(Graph theory plays an important role in computer science. It provides a simple and systematic modeling method for many p
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-23
    • 文件大小:27648
    • 提供者:四姑娘
« 12 3 4 »
搜珍网 www.dssz.com